| ||||
| summary: resource | method | detail: method | |||
| Name | Description |
|---|---|
| admin-events | Query admin events. |
| attack-detection ↳ attack-detection/brute-force/usernames | Clear any user login failures for all users. |
| authentication | |
| client-session-stats | Returns a JSON map. |
| clients | List of clients belonging to this realm. |
| events | Query events. |
| identity-provider | |
| logout-all | Removes all user sessions. |
| push-revocation | Push the realm's revocation policy to any client that has an admin url associated with it. |
| roles | List all roles for this realm or client |
| roles-by-id ↳ roles-by-id/{role-id} | Get a specific role's representation |
| sessions ↳ sessions/{session} | Remove a specific user session. |
| testLDAPConnection | |
| user-federation | |
| users | Query list of users. |
| Name | Description |
|---|---|
| GET /admin/realms/{realm} | Get the top-level representation of the realm. |
| PUT /admin/realms/{realm} | Update the top-level information of this realm. |
| DELETE /admin/realms/{realm} | Delete this realm. |
GET /admin/realms/{realm}Get the top-level representation of the realm. It will not include nested information like User and Client representations.
| ||
PUT /admin/realms/{realm}Update the top-level information of this realm. Any user, roles or client information in the representation will be ignored. This will only update top-level attributes of the realm.
| ||
DELETE /admin/realms/{realm}Delete this realm.
|
| ||||
| summary: resource | method | detail: method | |||